rust-ring.git
2 weeks agoMerge version 0.17.14-2+rpi1 and 0.17.14-5 to produce 0.17.14-5+rpi1 forky-staging archive/raspbian/0.17.14-5+rpi1 raspbian/0.17.14-5+rpi1
Raspbian automatic forward porter [Thu, 9 Apr 2026 20:58:25 +0000 (21:58 +0100)]
Merge version 0.17.14-2+rpi1 and 0.17.14-5 to produce 0.17.14-5+rpi1

5 weeks agoMerge rust-ring (0.17.14-5) import into refs/heads/workingbranch
Peter Michael Green [Sat, 21 Mar 2026 13:30:15 +0000 (13:30 +0000)]
Merge rust-ring (0.17.14-5) import into refs/heads/workingbranch

5 weeks agogetrandom-0.4
Debian Rust Maintainers [Sat, 21 Mar 2026 13:30:15 +0000 (13:30 +0000)]
getrandom-0.4

===================================================================

Gbp-Pq: Name getrandom-0.4.patch

5 weeks agoremove-windows
Debian Rust Maintainers [Sat, 21 Mar 2026 13:30:15 +0000 (13:30 +0000)]
remove-windows

Gbp-Pq: Name remove-windows.patch

5 weeks agofix-tests-no-default-features
Debian Rust Maintainers [Sat, 21 Mar 2026 13:30:15 +0000 (13:30 +0000)]
fix-tests-no-default-features

===================================================================

Gbp-Pq: Name fix-tests-no-default-features.patch

5 weeks agodisable-tests-missing-testdata
Debian Rust Maintainers [Sat, 21 Mar 2026 13:30:15 +0000 (13:30 +0000)]
disable-tests-missing-testdata

===================================================================

Gbp-Pq: Name disable-tests-missing-testdata.patch

5 weeks agodisable-slow-tests
Debian Rust Maintainers [Sat, 21 Mar 2026 13:30:15 +0000 (13:30 +0000)]
disable-slow-tests

===================================================================

Gbp-Pq: Name disable-slow-tests.patch

5 weeks agobuilt-using
Debian Rust Maintainers [Sat, 21 Mar 2026 13:30:15 +0000 (13:30 +0000)]
built-using

Gbp-Pq: Name built-using.patch

5 weeks agorust-ring (0.17.14-5) unstable; urgency=medium
Peter Michael Green [Sat, 21 Mar 2026 13:30:15 +0000 (13:30 +0000)]
rust-ring (0.17.14-5) unstable; urgency=medium

  * Team upload.
  * Package ring 0.17.14 from crates.io using debcargo 2.8.2
  * Add files already in the package, but newly detected by debcargo as
    "suspicious" to the whitelist. See #1131440

[dgit import unpatched rust-ring 0.17.14-5]

5 weeks agoImport rust-ring_0.17.14-5.debian.tar.xz
Peter Michael Green [Sat, 21 Mar 2026 13:30:15 +0000 (13:30 +0000)]
Import rust-ring_0.17.14-5.debian.tar.xz

[dgit import tarball rust-ring 0.17.14-5 rust-ring_0.17.14-5.debian.tar.xz]

12 months agoMerge rust-ring (0.17.14-2+rpi1) import into refs/heads/workingbranch
Peter Michael Green [Thu, 24 Apr 2025 19:36:28 +0000 (19:36 +0000)]
Merge rust-ring (0.17.14-2+rpi1) import into refs/heads/workingbranch

12 months agoDisable arm-specific codepaths
Debian Rust Maintainers [Thu, 24 Apr 2025 19:36:28 +0000 (19:36 +0000)]
Disable arm-specific codepaths

they cause the resulting code to come out with armv7 markers, which is
a problem given the way rust applications are statically linked.
 Changes in src and tests were made with the commands

 for file in `find src -name '*.rs'` ; do sed -i 's/target_arch = "arm"/target_arch = "armxxx"/g' $file ; done
 for file in `find tests -name '*.rs'` ; do sed -i 's/target_arch = "arm"/target_arch = "armxxx"/g' $file ; done

 Other changes were made manually.

Author: Peter Michael Green <plugwash@raspbian.org>

Gbp-Pq: Name disable-arm-specific-codepaths.patch

12 months agono-js
Debian Rust Maintainers [Thu, 24 Apr 2025 19:36:28 +0000 (19:36 +0000)]
no-js

===================================================================

Gbp-Pq: Name no-js.patch

12 months agoremove-windows
Debian Rust Maintainers [Thu, 24 Apr 2025 19:36:28 +0000 (19:36 +0000)]
remove-windows

===================================================================

Gbp-Pq: Name remove-windows.patch

12 months agofix-tests-no-default-features
Debian Rust Maintainers [Thu, 24 Apr 2025 19:36:28 +0000 (19:36 +0000)]
fix-tests-no-default-features

===================================================================

Gbp-Pq: Name fix-tests-no-default-features.patch

12 months agodisable-tests-missing-testdata
Debian Rust Maintainers [Thu, 24 Apr 2025 19:36:28 +0000 (19:36 +0000)]
disable-tests-missing-testdata

===================================================================

Gbp-Pq: Name disable-tests-missing-testdata.patch

12 months agodisable-slow-tests
Debian Rust Maintainers [Thu, 24 Apr 2025 19:36:28 +0000 (19:36 +0000)]
disable-slow-tests

===================================================================

Gbp-Pq: Name disable-slow-tests.patch

12 months agono-wasm-bindgen-test
Debian Rust Maintainers [Thu, 24 Apr 2025 19:36:28 +0000 (19:36 +0000)]
no-wasm-bindgen-test

===================================================================

Gbp-Pq: Name no-wasm-bindgen-test.patch

12 months agobuilt-using
Debian Rust Maintainers [Thu, 24 Apr 2025 19:36:28 +0000 (19:36 +0000)]
built-using

Gbp-Pq: Name built-using.patch

12 months agorust-ring (0.17.14-2+rpi1) trixie-staging; urgency=medium
Peter Michael Green [Thu, 24 Apr 2025 19:36:28 +0000 (19:36 +0000)]
rust-ring (0.17.14-2+rpi1) trixie-staging; urgency=medium

  * Disable arm-specific codepaths to avoid armv7 contamination.

[dgit import unpatched rust-ring 0.17.14-2+rpi1]

12 months agoImport rust-ring_0.17.14-2+rpi1.debian.tar.xz
Peter Michael Green [Thu, 24 Apr 2025 19:36:28 +0000 (19:36 +0000)]
Import rust-ring_0.17.14-2+rpi1.debian.tar.xz

[dgit import tarball rust-ring 0.17.14-2+rpi1 rust-ring_0.17.14-2+rpi1.debian.tar.xz]

12 months agoMerge rust-ring (0.17.14-2) import into refs/heads/workingbranch
Peter Michael Green [Thu, 17 Apr 2025 02:09:18 +0000 (02:09 +0000)]
Merge rust-ring (0.17.14-2) import into refs/heads/workingbranch

12 months agono-js
Debian Rust Maintainers [Thu, 17 Apr 2025 02:09:18 +0000 (02:09 +0000)]
no-js

===================================================================

Gbp-Pq: Name no-js.patch

12 months agoremove-windows
Debian Rust Maintainers [Thu, 17 Apr 2025 02:09:18 +0000 (02:09 +0000)]
remove-windows

===================================================================

Gbp-Pq: Name remove-windows.patch

12 months agofix-tests-no-default-features
Debian Rust Maintainers [Thu, 17 Apr 2025 02:09:18 +0000 (02:09 +0000)]
fix-tests-no-default-features

===================================================================

Gbp-Pq: Name fix-tests-no-default-features.patch

12 months agodisable-tests-missing-testdata
Debian Rust Maintainers [Thu, 17 Apr 2025 02:09:18 +0000 (02:09 +0000)]
disable-tests-missing-testdata

===================================================================

Gbp-Pq: Name disable-tests-missing-testdata.patch

12 months agodisable-slow-tests
Debian Rust Maintainers [Thu, 17 Apr 2025 02:09:18 +0000 (02:09 +0000)]
disable-slow-tests

===================================================================

Gbp-Pq: Name disable-slow-tests.patch

12 months agono-wasm-bindgen-test
Debian Rust Maintainers [Thu, 17 Apr 2025 02:09:18 +0000 (02:09 +0000)]
no-wasm-bindgen-test

===================================================================

Gbp-Pq: Name no-wasm-bindgen-test.patch

12 months agobuilt-using
Debian Rust Maintainers [Thu, 17 Apr 2025 02:09:18 +0000 (02:09 +0000)]
built-using

Gbp-Pq: Name built-using.patch

12 months agorust-ring (0.17.14-2) unstable; urgency=medium
Peter Michael Green [Thu, 17 Apr 2025 02:09:18 +0000 (02:09 +0000)]
rust-ring (0.17.14-2) unstable; urgency=medium

  * Team upload.
  * Package ring 0.17.14 from crates.io using debcargo 2.7.8
  * Fix library name in built-using (Closes: #1103300)

[dgit import unpatched rust-ring 0.17.14-2]

12 months agoImport rust-ring_0.17.14-2.debian.tar.xz
Peter Michael Green [Thu, 17 Apr 2025 02:09:18 +0000 (02:09 +0000)]
Import rust-ring_0.17.14-2.debian.tar.xz

[dgit import tarball rust-ring 0.17.14-2 rust-ring_0.17.14-2.debian.tar.xz]

12 months agoImport rust-ring_0.17.14.orig.tar.gz
Peter Michael Green [Tue, 15 Apr 2025 17:32:52 +0000 (17:32 +0000)]
Import rust-ring_0.17.14.orig.tar.gz

[dgit import orig rust-ring_0.17.14.orig.tar.gz]

3 years agoMerge rust-ring (0.16.20-2) import into refs/heads/workingbranch
Alexander Kjäll [Tue, 25 Oct 2022 00:11:21 +0000 (20:11 -0400)]
Merge rust-ring (0.16.20-2) import into refs/heads/workingbranch

3 years agoupdate-spin-to-0.9
Debian Rust Maintainers [Tue, 25 Oct 2022 00:11:21 +0000 (20:11 -0400)]
update-spin-to-0.9

Gbp-Pq: Name update-spin-to-0.9.patch

3 years agofix-tests-no-default-features
Debian Rust Maintainers [Tue, 25 Oct 2022 00:11:21 +0000 (20:11 -0400)]
fix-tests-no-default-features

===================================================================

Gbp-Pq: Name fix-tests-no-default-features.patch

3 years agodisable-tests-missing-testdata
Debian Rust Maintainers [Tue, 25 Oct 2022 00:11:21 +0000 (20:11 -0400)]
disable-tests-missing-testdata

===================================================================

Gbp-Pq: Name disable-tests-missing-testdata.patch

3 years agono-wasm-bindgen-test
Debian Rust Maintainers [Tue, 25 Oct 2022 00:11:21 +0000 (20:11 -0400)]
no-wasm-bindgen-test

===================================================================

Gbp-Pq: Name no-wasm-bindgen-test.patch

3 years agobuilt-using
Debian Rust Maintainers [Tue, 25 Oct 2022 00:11:21 +0000 (20:11 -0400)]
built-using

Gbp-Pq: Name built-using.patch

3 years agorust-ring (0.16.20-2) unstable; urgency=medium
Alexander Kjäll [Tue, 25 Oct 2022 00:11:21 +0000 (20:11 -0400)]
rust-ring (0.16.20-2) unstable; urgency=medium

  * Team upload.
  * Package ring 0.16.20 from crates.io using debcargo 2.5.0
  * Upgrade spin dependency to 0.9

[dgit import unpatched rust-ring 0.16.20-2]

3 years agoImport rust-ring_0.16.20-2.debian.tar.xz
Alexander Kjäll [Tue, 25 Oct 2022 00:11:21 +0000 (20:11 -0400)]
Import rust-ring_0.16.20-2.debian.tar.xz

[dgit import tarball rust-ring 0.16.20-2 rust-ring_0.16.20-2.debian.tar.xz]

3 years agoImport rust-ring_0.16.20.orig.tar.gz
Peter Michael Green [Thu, 28 Apr 2022 21:08:04 +0000 (21:08 +0000)]
Import rust-ring_0.16.20.orig.tar.gz

[dgit import orig rust-ring_0.16.20.orig.tar.gz]

5 years ago[PATCH] Use array::iter
lzutao [Wed, 30 Oct 2019 07:51:17 +0000 (14:51 +0700)]
[PATCH] Use array::iter

See clippy::into_iter lint and https://github.com/rust-lang/rust/pull/65819

Gbp-Pq: Name use-array-iter.patch

5 years agobuilt-using
Debian Rust Maintainers [Sat, 23 May 2020 21:38:56 +0000 (23:38 +0200)]
built-using

Gbp-Pq: Name built-using.patch

5 years agorelax-deps
Debian Rust Maintainers [Sat, 23 May 2020 21:38:56 +0000 (23:38 +0200)]
relax-deps

Gbp-Pq: Name relax-deps.patch

5 years agorust-ring (0.16.9-4) unstable; urgency=medium
Sylvestre Ledru [Sat, 23 May 2020 21:38:56 +0000 (23:38 +0200)]
rust-ring (0.16.9-4) unstable; urgency=medium

  * Package ring 0.16.9 from crates.io using debcargo 2.4.2
  * use-array-iter.patch: Fix usage of array::into_iter
    Thanks to Logan Rosen (Closes: #961387)

[dgit import unpatched rust-ring 0.16.9-4]

5 years agoImport rust-ring_0.16.9-4.debian.tar.xz
Sylvestre Ledru [Sat, 23 May 2020 21:38:56 +0000 (23:38 +0200)]
Import rust-ring_0.16.9-4.debian.tar.xz

[dgit import tarball rust-ring 0.16.9-4 rust-ring_0.16.9-4.debian.tar.xz]

6 years agoImport rust-ring_0.16.9.orig.tar.gz
kpcyrd [Tue, 22 Oct 2019 16:02:25 +0000 (18:02 +0200)]
Import rust-ring_0.16.9.orig.tar.gz

[dgit import orig rust-ring_0.16.9.orig.tar.gz]